Version

dragMarkupOpacity Property

Gets/sets the opacity of the drag markup. The method expects a value between 0 and 100, where 0 is invisible and 100 is opaque. By default the opacity is set to 40. Opacity of drag markup element.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_dragMarkupOpacity() : Integer
function set_dragMarkupOpacity(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDragDropBehavior.get_dragMarkupOpacity();
See Also